#INDENT#let stdin = io::stdin();

for line in stdin.lock().lines() {
    let line = line.unwrap();
    #PLACEHOLDERSTART#...#PLACEHOLDEREND#
}